home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / e / ddmoduls.rdm < prev    next >
Text File  |  1996-01-16  |  2KB  |  49 lines

  1. Short:    E class implementations with sources
  2. Author:   leon@stack.urc.tue.nl (Leon Woestenberg)
  3. Uploader: leon@stack.urc.tue.nl (Leon Woestenberg)
  4. Version:  1.0
  5. Type:     dev/e
  6.  
  7. DESCRIPTION
  8.  
  9.   This is a part of some e class implementations that I have in
  10.   development for use in my (future) programs. These are the ones
  11.   that actually are functioning.
  12.  
  13. BACKGROUND
  14.  
  15.   These sources are released to be shared amongst E programmers and
  16.   to help develop a public pool with e classes that can be used as
  17.   building blocks for applications. Motivation for release was the
  18.   Amiga E Object Oriented Project.
  19.  
  20. CONTENTS
  21.  
  22. dd_modules tree
  23.  
  24. dd_modules (root)
  25.   +-dd_debug (dir)
  26.   | +-dd_debugon (macros)      Easy way to implement serial debugging...
  27.   | +-dd_debugoff (macros)     and to disable it for final compilation.
  28.   +-dd_devices
  29.   | +-dd_timenotify (class)    Timeout notification using messages.
  30.   +-dd_dos (dir)
  31.   | +-dd_filenotify (class)    AmigaDOS file/dir change notification.
  32.   +-dd_graphics (dir)
  33.   | +-dd_maxtextlen (procs)    Finds maximum textlength among messages.
  34.   +-dd_gui (dir)
  35.   | +-dd_screennotify (class)  Notification upon public screen open/close.
  36.   | +-dd_gadgets (dir)
  37.   | | +-dd_bottomslider (instance) Window bottom slider bar with arrows.
  38.   | | | +-dd_borderslider (class) Window border slider.
  39.   | +-dd_windowcontrol (class) Window enabling/disabling class with...
  40.   | | +-dd_busypointer (class) Busypointer class for windows.
  41.   | +-dd_onlinehelp (class)    Online AmigaGuide help class.
  42.   +-dd_hardware (dir)
  43.   | +-dd_ciatimer (class)      Allocates any CIA hardware timer.
  44.   | +-dd_ciatimer_v40 (class)  The same, optimized for v40.
  45.   +-dd_messages (dir)
  46.     +-dd_messages (instance)        Builtin messages class instance.
  47.     +-dd_localemessages (instance)  Localized messages superclass instance
  48.       +-dd_messages (instance)      that inherits from builtin messages.
  49.